Skip to content

feat: display totalSolved in leaderboard UI#99

Merged
jagdish-15 merged 2 commits into
codepvg:mainfrom
Yashaswini-K-P:main
Jun 5, 2026
Merged

feat: display totalSolved in leaderboard UI#99
jagdish-15 merged 2 commits into
codepvg:mainfrom
Yashaswini-K-P:main

Conversation

@Yashaswini-K-P

@Yashaswini-K-P Yashaswini-K-P commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Description

Currently, the leaderboard does not display the total number of questions solved by each user. Although the workflow now includes the totalSolved field, it is not being shown in the UI.
We need to update the leaderboard to display this value for each user.

Linked Issue

Fixes #22

Changes Made

  • Display the total number of questions solved for each user on the leaderboard
  • Value should be read from:

Type of Change

  • Bug fix
  • New feature
  • UI/Visual update
  • Documentation update
  • Refactor

Testing

  • Tested locally
  • Tested on mobile viewport (if applicable)
  • No console errors introduced

Checklist

  • My code follows the project's coding style
  • I have formatted my code locally using Prettier
  • I have performed a self-review of my code
  • My changes generate no new warnings or errors
  • I have updated documentation if required
  • I have linked the relevant issue

Screenshots / Screen Recording

Desktop View
Screenshot 2026-06-04 112419
Mobile view
Screenshot 2026-06-04 112446

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Thank you for submitting a pull request.

Please ensure your changes comply with the project's contribution guidelines and that all workflow checks pass successfully.

A maintainer will review your submission shortly.

@jagdish-15 jagdish-15 added type:feature New feature or request level:beginner Indicates the difficulty gssoc:approved quality:clean labels Jun 5, 2026
@jagdish-15 jagdish-15 merged commit 8831f6f into codepvg:main Jun 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved level:beginner Indicates the difficulty quality:clean type:feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display Total Questions Solved on Leaderboard

2 participants